Skip to content

Latest commit

 

History

History
89 lines (48 loc) · 4.99 KB

PlanningDocuments.md

File metadata and controls

89 lines (48 loc) · 4.99 KB

Go to Main Menu

Planning Documents

Before starting to work on the 3D Models and the app itself, it's recommended that you fill out a Materials and Selections document and a Configuration Ids spreadsheet to plan everything out.

Materials And Selections may be (and it's advised for it to be) shared among all models and projects, as it will be common to use the same Materials and Selections in several models.

The Configuration Ids spreadsheet is unique per model, so you need to make a copy for every different model that you want to configure

Having these documents as reference will facilitate the process of optimizing 3D models and configuring the behavior of the app.

All the screenshots show the documents used for the Nabuko model.


Materials And Selections

This document contains Ids for all the Materials and Selections that can be used in the app.

Materials can be applied to meshes in UE to change their appearance. Selections define whether an object is included in the final design or not. Visually, this is represented as showing or hiding a specific mesh.

MaterialIds

The MaterialIds Tab looks something like this:

MaterialIds need to be defined in order to pair them up with multiple configuration options inside of the app (see Materials and Selections for more information about these options). The names in the Material column are only for reference and for people to be able to identify them easily.

SelectionIds

SelectionIds define whether an object should be included or not in the final design. For this reason, there are only two options available: True and False.

It's important to realize that it's a good idea to share Material and Selection Ids among all projects and models. Thus, a single document should suffice for everyone.


Configuration Ids

This document should be unique to each project and model, as it defines specific behaviors inside of the app. Here's a tour of all of the Tabs included in this document:

ModelIds

The first tab, ModelIds, looks like this:

In here, you define the Ids for the models that you're going to configure. These Ids correspond to specific levels in UE.

VariationIds

These Ids represent the variations that a single model may have. For example, different number of floors, different layouts, etc. In UE, these variationIds are used to decide which meshes to show and which to hide.

SectionIds

SectionIds represent different well-defined sections of the model. For example, for Nabuko we divided the model into 5 sections, each one representing a floor. VariationIds are paired to different combinations of SectionIds, to figure out which Sections should be visible and which ones hidden.

CeilingIds

In order for aerial shots to work, we sometimes need to hide the ceilings. In order to do this, we need to assign a CeilingId to all meshes that we need to show/hide.

CameraIds

We will need a lot of Cameras for the Configuration Phase of the app. Each Camera needs its own CameraId for this reason. The column Camera Name can contain either the actual name of the Camera in the Outliner or a reference name that is easy to understand.

OptionIds

OptionIds are what actually define how the Configuration process will work. Each Option represents a decision that the user will need to make in order to design their dream home. Options come in two flavors:

  • Materials
  • Selections

Material Options define which Material will be ultimately attached to a certain object.

Selection Options define whether an object will be included or not in the final design.

As you can see in the screenshot, the Description column describes the Mesh that will be configured and whether the Option is a Material or a Selection. The flavor of the Option needs to be defined explicitly in UE.


Now that you know all about how to use the Planning Documents, you can either go back to the Main Menu or continue to Materials and Selections.